Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[KEYMAP] Add Katakana Keyboard #364

Merged
merged 2 commits into from
Oct 27, 2024
Merged

Conversation

adiee5
Copy link
Contributor

@adiee5 adiee5 commented Sep 7, 2024

This PR adds a rudimentary IME for inputting Katakana characters. Here's the layout (highligted characters represent dead keys):

Normal

` 1 2 3 4 5 6 7 8 9 0 =
¥
·

Shift

! @ # $ % ^ & * ( ) _ +
{ } |
: "
< > ?

Alt

-
🏃‍♂️ 🏃‍♂️ 😣 😵 😄 [ ]
; '
, . /

This PR at the same time removes/replaces the old JA-JP layout added by @mist64. That layout was just a regular US keyboard, that only provided ASCII characters, thus it just wasted space in ROM.

Related to #330

Copy link
Collaborator

@mooinglemur mooinglemur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for taking so long to review this.

Good work!

@mooinglemur mooinglemur merged commit a652e0d into X16Community:master Oct 27, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants